From: Pablo Ariño Muñoz Date: Thu, 20 Feb 2025 11:00:16 +0000 (+0100) Subject: fixed html formatting on encrypted warning message X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~2^2~43^2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4e5355811530ad5909a463e4e531a9cea1569d47;p=nextcloud-desktop.git fixed html formatting on encrypted warning message Signed-off-by: Pablo Ariño Muñoz --- diff --git a/src/gui/accountsettings.cpp b/src/gui/accountsettings.cpp index 0a5a9f527..98517452f 100644 --- a/src/gui/accountsettings.cpp +++ b/src/gui/accountsettings.cpp @@ -120,6 +120,7 @@ void showEnableE2eeWarningDialog(std::function onAccept) const auto messageBox = new QMessageBox; messageBox->setAttribute(Qt::WA_DeleteOnClose); messageBox->setText(AccountSettings::tr("End-to-end Encryption")); + messageBox->setTextFormat(Qt::RichText); messageBox->setInformativeText( AccountSettings::tr("This will encrypt your folder and all files within it. " "These files will no longer be accessible without your encryption mnemonic key. "